Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace sqlite database with append only file #7

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Conversation

Alextopher
Copy link
Member

This is a fairly major change, I'll add some testing soon.

I've been thinking that using a sqlite database isn't the best strategy for COSI project since we don't have good rollback/backup cabablities.

Using an event log means we can recreate the database from any previous state, just by removing the last N lines.

…cket connection

fix bugs found in testing

deleting a talk can now be undone :)

add talk syncing on websocket reconnect

improve syncing

--amend
@Alextopher Alextopher marked this pull request as ready for review July 9, 2023 15:50
@Alextopher
Copy link
Member Author

Please don't merge until we give #6 a chance

@Alextopher Alextopher merged commit b408d38 into main Jul 18, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant